//填寫客戶資料
ID 姓名
連絡電話 電子郵件
//確認客戶資料並自動導向 include_once('NsysuStudent.php'); session_start(); foreach($_POST as $key=>$value) { $_SESSION['customer']->$key = $value; } header("Location:NsysuStudent_Bag_confirm.php");